home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering Web Site Development
/
Microsoft Mastering Web Site Development (Microsoft) (1997).iso
/
Media
/
Ch04
/
W04a005.cc2
< prev
next >
Wrap
Text File
|
1997-04-24
|
1KB
|
20 lines
0, In this chapter, you will learn how to add ActiveX
4, controls and Java applets to a Web page. By adding
8, objects to a Web page, you can provide
10, functionality to your users that is not available with
13, standard HTML tags. This chapter begins by discussing
18, the basic architectural differences between ActiveX
21, controls and Java applets. This information will
24, help you choose which type of object to use when
27, designing active Web sites. Next, you will learn
31, how to add both ActiveX controls and Java applets
34, to a Web page. You will learn how to add these
37, objects both manually and by using Microsoft's visual
41, editing tools. Finally, you will learn how signed
45, and marked controls can affect how users interact
48, with your Web pages. Once you know how to use
51, ActiveX controls and Java applets, the next chapter
55, teaches you how to extend the functionality of these
57, objects by using the Visual Basic Scripting
60, Edition.
62, END